Welcome![Sign In][Sign Up]
Location:
Search - vc html

Search list

[Windows DevelopHTML Editor for VC++ 6.0

Description: 是一个可支持html格式显示或编辑的程序-support is a html format or editing procedures
Platform: | Size: 29564 | Author: 小蔡 | Hits:

[Browser Clienthtml

Description: 在vc++6.0环境中,对网页浏览器的操作处理程序源代码。对处理网页非常实用!
Platform: | Size: 483340 | Author: 邢冬 | Hits:

[Browser ClientHtml风格的文件浏览器

Description: 一种用VC++开发的具有Html风格的文件浏览器,非常好用-A VC with Html style file browser, very handy
Platform: | Size: 54344 | Author: 张鹏 | Hits:

[Browser Clienthtml

Description: 基于vc一个简单的浏览器,具有向前,向后,停止,刷新,浏览功能
Platform: | Size: 1934271 | Author: linwei | Hits:

[Windows Developvc++利用html help api 读取chm

Description: 实现在VC中调用CHM文件
Platform: | Size: 50069 | Author: hkmgjsf@qq.com | Hits:

[SourceCode用HTML做VC的界面源码

Description: 让VC的界面漂亮起来,用html做VC的界面.
Platform: | Size: 121178 | Author: yf956613 | Hits:

[WinSock-NDIS百度MP3随机播放

Description: VC+HTML 实现 超级易读易懂 不看后悔!
Platform: | Size: 44347 | Author: xi5201314@gmail.com | Hits:

[SourceCodeScrollBitmap_demo

Description: Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap. 滚动显示位图 在VC++环境下,在一个对话框中显示一个原始尺寸的大小的位图文件相当是困难的。然而,通过使用 StretchBlt()函数一个给定的区域显示一个大的位图是可能的。主要的缺点是图像将会失真。看了这篇通过卷动技术显示整个位图技术的文章,你将能够以它的原始尺寸在给定对话框的区域内显示一个大位图。 来源: http://www.codeguru.com/bitmap/ScrollBitmap.html- Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap.
Platform: | Size: 31744 | Author: 徐丽志 | Hits:

[Windows Developtidycom

Description: 将HTML转化为XML的一个实用工具,VC++6源程序-HTML XML into a practical tool, VC 6 source
Platform: | Size: 128000 | Author: 张甫 | Hits:

[VC/MFCMFC简明教程

Description: 这是关于在VC中应用MFC的简明教程的一组完整网页集合。特点:简明--既简洁又明了,是我遇到的最满意的教程。-That was about the VC MFC Application of the Concise Guide to a website set of complete set. Features : A simple-- simple and clear, I encountered the most satisfied with the tutorial.
Platform: | Size: 752640 | Author: 孙中雨 | Hits:

[GUI DevelopHTMLHelpTest

Description: VC++.net中在窗口中显示HTMLHelp并且定位的例子,利用系统API实现。可以F1显示,也可以点击问号或右键显示。-VC. Net in the window display and positioning HTMLHelp example, the use of system API. F1 can show that you can click on the question mark or right show.
Platform: | Size: 169984 | Author: xb | Hits:

[ActiveX/DCOM/ATLmswordoperator

Description: 使用VC编程来操纵Office。你可以实现诸如:Word文件打印、传送数据到Word文档、发送E-MAIL、自动产生表格、Excel数据统计、圆饼图,直方图显示、自动报表生成、播放幻灯、doc,txt,HTML,rtf文件转换、中文简繁体转换、拼音或笔画排序......只要是Office能够实现的功能,都可以在你写的程序中调用。仔细阅读下面的说明,并下载源文件进行参考,你就可以一步一步地掌握这个技术。祝朋友们学习快乐。-used to manipulate the VC Office. You can achieve such as : Word file and print and transmit data to Word documents, send e-mail to automatically generate tables, Excel data, round pie, histogram display, automatic report generation, players slide, doc, txt, HTML, rtf document conversion, Simplified and Traditional Chinese conversion, Pinyin or stroke Sorting Office ... as long as it is to achieve the function, you can write the procedure call. Carefully read the note below, and download the source document for reference, you can step to master this technology. Zhou Peng faithful happy learning.
Platform: | Size: 260096 | Author: aaa | Hits:

[Other用Visual C++打造IE浏览器

Description: 此为本人期末的课程设计VC设计:浏览器程序设计。注:本源码用Word文档存放。 简介内容:随着互联网在世界范围的广泛应用,WWW(World Wide Web,万维网)也日益成为互联网上信息交流不可缺少的工具。它是一种以HTTP(HyperText Tranfer Protocol,超文本传输协议)为基础,使用HTML(HypeText Markup Language,超文本标记语言)编写的有若干Web网页构筑而成的世界。 本课程设计要求设计类似于微软的IE浏览器,具备一个浏览器的基本功能,可以完成网上冲浪的任务。 设计 Visual C++为我们提供了一个ChtmlView类,有了它。可以很方便地设计浏览器。-this as the end of the course design VC Design : browser program design. Note : This source used Word documents stored. Introduction : As the Internet in a wide range of applications worldwide, WWW (World Wide Web, the World Wide Web) has increasingly become the exchange of information on the Internet an indispensable tool. It is a form HTTP (HyperText Tranfer Protocol, Hypertext Transfer Protocol) based on the use of HTML (HypeText Markup Language, HTML) prepared in a number of Web pages built by the world. The curriculum design requirements similar to the design of Microsoft's Internet Explorer, a browser with the basic functions can be completed online surfing tasks. Design Visual C offers us a ChtmlView category, it has. It is easy to design browser.
Platform: | Size: 11264 | Author: 何浩 | Hits:

[IME Develop输入法源代码

Description: 拼音输入法 tm.txt =>输入法原始编码表例子 码表即字典:应按小=>大排序 bm.zip =>输入法码表建立源程序 ime.zip=>IME输入法源程序 tminstall.zip=>安装输入法源程序 imm.h multimon.h winhtml.zip=>VC下的HTML编译库 请将imm.h和multimon.h拷贝到vc++下的include目录下 用户应在readmb函数中加入自己的码表读取功能 -Source code of Chinese PinYin input method.
Platform: | Size: 158720 | Author: | Hits:

[BooksXML基础学习完全手册

Description: XML基础学习完全手册 书籍语言: 简体中文 书籍类型: 网络编程 授权方式: 免费软件 书籍大小: 240 KB -XML-based learning completely manual books Language : English books categories : network programming license : free software books Size : 240 KB
Platform: | Size: 231424 | Author: | Hits:

[ActiveX/DCOM/ATLcwebpage_src

Description: 使用纯C写的显示HTML文件,功能强大, 通过使用数组来模拟VTABLE, 有一定的研究作用-using pure C wrote display HTML document, powerful, through the use of arrays to simulate VTABLE. a certain research role
Platform: | Size: 98304 | Author: 无名氏 | Hits:

[GUI Develop20040707093109_tips

Description: 这是一个从VC的每日提示组件改编的每日提示类,使用HTML模板用来显示每日提示信息。其中,ChtmlCtrl类参考了Paul Dilascia在msj上的文章。-This is a VC from the daily suggested components of the daily suggested adapted category, using HTML template to display the daily message. Which category ChtmlCtrl Paul Dilascia reference to the short version MSJ in the article.
Platform: | Size: 1558528 | Author: 赵楠 | Hits:

[OpenGL programopengl_mksw

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\vc7\platformSDK下 参考资料 nehe.gamedev.net 特别经典的opengl教程 www.codeguru.com -opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate/glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut- 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \ vc7 \ platformSDK under s
Platform: | Size: 132096 | Author: 周立 | Hits:

[IME Developinputsourcecode

Description: tm.txt =>输入法原始编码表例子 码表即字典:应按小=>大排序 bm.zip =>输入法码表建立源程序 ime.zip=>IME输入法源程序 tminstall.zip=>安装输入法源程序 imm.h multimon.h winhtml.zip=>VC下的HTML编译库 请将imm.h和multimon.h拷贝到vc++下的include目录下 用户应在readmb函数中加入自己的码表读取功能 -tm.txt =
Platform: | Size: 158720 | Author: 郝春风 | Hits:

[Othervc_pdf

Description: 是一个pdf转换为word的源程序代码,在vc下已经调试通过,正在做相关的d-is a pdf conversion of the source code word, vc already debugging, are doing the d
Platform: | Size: 3828736 | Author: 刁祖鑫 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net